pub unsafe extern "C" fn cuModuleLoadData(
    module: *mut *mut CUmod_st,
    data: *const c_void
) -> CUresult