pub fn new_fieldtype(
    field_check: unsafe extern "C" fn(_: FIELD, _: *const c_void) -> bool,
    char_check: unsafe extern "C" fn(_: i32, _: *const c_void) -> bool
) -> Result<FIELDTYPE, NCurseswFormError>