pub unsafe fn SetVolumeMountPointA<'a, Param0, Param1>(
    lpszvolumemountpoint: Param0,
    lpszvolumename: Param1
) -> BOOL where
    Param0: IntoParam<'a, PCSTR>,
    Param1: IntoParam<'a, PCSTR>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’