pub unsafe extern "system" fn SQLSpecialColumns(
    statementhandle: *mut c_void,
    identifiertype: u16,
    catalogname: *const u8,
    namelength1: i16,
    schemaname: *const u8,
    namelength2: i16,
    tablename: *const u8,
    namelength3: i16,
    scope: u16,
    nullable: u16
) -> i16