windows::Win32::System::Rpc

Function RpcServerRegisterAuthInfoA

pub unsafe fn RpcServerRegisterAuthInfoA<P0>(
    serverprincname: P0,
    authnsvc: u32,
    getkeyfn: RPC_AUTH_KEY_RETRIEVAL_FN,
    arg: Option<*const c_void>,
) -> RPC_STATUS
where P0: Param<PCSTR>,