pub unsafe extern "system" fn SQLGetCursorNameA(
    hstmt: *mut c_void,
    szcursor: *mut u8,
    cbcursormax: i16,
    pcbcursor: *mut i16
) -> i16
Expand description

Required features: "Win32_System_Search"