Function RpcServerRegisterIf3
pub unsafe fn RpcServerRegisterIf3(
ifspec: *const c_void,
mgrtypeuuid: Option<*const GUID>,
mgrepv: Option<*const c_void>,
flags: u32,
maxcalls: u32,
maxrpcsize: u32,
ifcallback: RPC_IF_CALLBACK_FN,
securitydescriptor: Option<*const c_void>,
) -> RPC_STATUS