Function windows_sys::Win32::System::Search::SQLGetStmtAttr

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