pub unsafe extern "C" fn jsc_value_object_invoke_method(
    value: *mut JSCValue,
    name: *const c_char,
    first_parameter_type: GType
    ...
) -> *mut JSCValue