pub unsafe extern "system" fn SQLSetStmtOption(
    statementhandle: *mut c_void,
    option: u16,
    value: u64
) -> i16