Function SQLSetCursorName

pub unsafe extern "system" fn SQLSetCursorName(
    statementhandle: *mut c_void,
    cursorname: *const u8,
    namelength: i16,
) -> i16