pub unsafe extern "C" fn g_try_realloc_n(
    mem: *mut c_void,
    n_blocks: usize,
    n_block_bytes: usize
) -> *mut c_void