pub unsafe extern "system" fn RtlGenerate8dot3Name(
    name: *const UNICODE_STRING,
    allowextendedcharacters: BOOLEAN,
    context: *mut GENERATE_NAME_CONTEXT,
    name8dot3: *mut UNICODE_STRING
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation"