RpcServerRegisterAuthInfoW

Function RpcServerRegisterAuthInfoW 

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