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