Neon_Module_ExecKernel

Function Neon_Module_ExecKernel 

Source
pub unsafe extern "C" fn Neon_Module_ExecKernel(
    kernel: *mut c_void,
    callback: extern "C" fn(*mut c_void, *mut c_void, *mut c_void, *mut c_void),
    exports: Local,
    scope: *mut c_void,
    vm: *mut c_void,
)