pub unsafe extern "C" fn gum_kernel_try_mprotect(
    address: GumAddress,
    size: gsize,
    prot: GumPageProtection
) -> gboolean