pub unsafe extern "system" fn SQLGetInfo(
    connectionhandle: *mut c_void,
    infotype: u16,
    infovalue: *mut c_void,
    bufferlength: i16,
    stringlengthptr: *mut i16
) -> i16