pub unsafe extern "system" fn SQLGetEnvAttr(
    environmenthandle: *mut c_void,
    attribute: i32,
    value: *mut c_void,
    bufferlength: i32,
    stringlength: *mut i32
) -> i16
Expand description

Required features: "Win32_System_Search"