pub unsafe extern "system" fn SQLGetConnectAttr(
    connectionhandle: *mut c_void,
    attribute: i32,
    value: *mut c_void,
    bufferlength: i32,
    stringlengthptr: *mut i32
) -> i16