pub unsafe extern "system" fn SQLBindCol(
    statementhandle: *mut c_void,
    columnnumber: u16,
    targettype: i16,
    targetvalue: *mut c_void,
    bufferlength: i64,
    strlen_or_ind: *mut i64
) -> i16