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
Expand description

Required features: "Win32_System_Search"