pub unsafe extern "C" fn gum_memory_access_monitor_new(
    ranges: *const GumMemoryRange,
    num_ranges: guint,
    access_mask: GumPageProtection,
    auto_reset: gboolean,
    func: GumMemoryAccessNotify,
    data: gpointer,
    data_destroy: GDestroyNotify
) -> *mut GumMemoryAccessMonitor