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