pub unsafe extern "system" fn SQLGetStmtAttr(
    statementhandle: *mut c_void,
    attribute: i32,
    value: *mut c_void,
    bufferlength: i32,
    stringlength: *mut i32
) -> i16
Expand description

Required features: "Win32_System_Search"