pub unsafe extern "C" fn gss_localname(
    minor: *mut OM_uint32,
    name: gss_name_t,
    mech_type: gss_const_OID,
    localname: gss_buffer_t
) -> OM_uint32
Expand description

Provides a platform-specific name for a GSSAPI name as interpreted by a given mechanism.

@param [out] minor Minor status code @param [in] name The gss name resulting from accept_sec_context @param [in] mech_type The mechanism that will be asked to map @a name to a local name @param [out] localname Caller-allocated buffer to be filled in with the local name on success