krb5_enomem() was lacking a calling convention decoration, breaking Windows consumers if __cdecl was not the default calling convention. Add KRB5_LIB_CALL to make it consistent with other library functions. Closes: #834