Function sqlite3_sys::sqlite3_strlike

source ·
pub unsafe extern "C" fn sqlite3_strlike(
    zGlob: *const c_char,
    zStr: *const c_char,
    cEsc: c_uint
) -> c_int