[][src]Function CCODE::RpcSsSetClientAllocFree

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