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

Required features: "Win32_System_Search"