Skip to main content

PFN_cuLibraryGetKernel

Type Alias PFN_cuLibraryGetKernel 

Source
pub type PFN_cuLibraryGetKernel = unsafe extern "C" fn(kernel: *mut CUkernel, library: CUlibrary, name: *const c_char) -> CUresult;