pub unsafe extern "system" fn SQLConnect(
    connectionhandle: *mut c_void,
    servername: *const u8,
    namelength1: i16,
    username: *const u8,
    namelength2: i16,
    authentication: *const u8,
    namelength3: i16
) -> i16