pub unsafe extern "system" fn SQLColAttribute(
    statementhandle: *mut c_void,
    columnnumber: u16,
    fieldidentifier: u16,
    characterattribute: *mut c_void,
    bufferlength: i16,
    stringlength: *mut i16,
    numericattribute: *mut i64
) -> i16
Expand description

Required features: "Win32_System_Search"