RpcSsSwapClientAllocFree

Function RpcSsSwapClientAllocFree 

Source
pub unsafe extern "stdcall" fn RpcSsSwapClientAllocFree(
    ClientAlloc: Option<unsafe extern "stdcall" fn(arg1: usize) -> *mut c_void>,
    ClientFree: Option<unsafe extern "stdcall" fn(arg1: *mut c_void)>,
    OldClientAlloc: *mut Option<unsafe extern "stdcall" fn(arg1: usize) -> *mut c_void>,
    OldClientFree: *mut Option<unsafe extern "stdcall" fn(arg1: *mut c_void)>,
)