pub unsafe fn SQLBindCol( statementhandle: *mut c_void, columnnumber: u16, targettype: i16, targetvalue: Option<*mut c_void>, bufferlength: i64, strlen_or_ind: Option<*mut i64>, ) -> i16