pub unsafe extern "C" fn RpcSmSetClientAllocFree( ClientAlloc: Option<unsafe extern "C" fn(arg1: usize) -> *mut c_void>, ClientFree: Option<unsafe extern "C" fn(arg1: *mut c_void)>, ) -> RPC_STATUS