pub unsafe extern "C" fn cuModuleGetFunction(
    hfunc: *mut *mut CUfunc_st,
    module: *mut CUmod_st,
    fn_name: *const i8
) -> CUresult