pub unsafe extern "C" fn frida_session_create_script_from_bytes(
    self_: *mut FridaSession,
    bytes: *mut GBytes,
    options: *mut FridaScriptOptions,
    cancellable: *mut GCancellable,
    callback: GAsyncReadyCallback,
    user_data: gpointer
)