pub unsafe extern "C" fn cudaMemPoolExportToShareableHandle(
    shareableHandle: *mut c_void,
    memPool: *mut CUmemPoolHandle_st,
    handleType: cudaMemAllocationHandleType,
    flags: u32
) -> cudaError