pub unsafe extern "system" fn SQLSetStmtAttrW(
    hstmt: *mut c_void,
    fattribute: i32,
    rgbvalue: *mut c_void,
    cbvaluemax: i32
) -> i16