pub unsafe extern "C" fn TABLE_SHARE_init_from_binary_frm_image(
    this: *mut TABLE_SHARE,
    thd: *mut THD,
    write: bool,
    frm_image: *const uchar,
    frm_length: usize,
    par_image: *const uchar,
    par_length: usize
) -> c_int