Function windows_sys::Win32::System::Search::SQLGetData

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