[][src]Function neon_sys::Neon_Fun_Construct

pub unsafe extern "C" fn Neon_Fun_Construct(
    out: &mut Local,
    isolate: Isolate,
    fun: Local,
    argc: i32,
    argv: *mut c_void
) -> bool