Function windows_sys::Wdk::Storage::FileSystem::RtlGenerate8dot3Name

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