pub unsafe fn CreateBoundaryDescriptorA<P0>(
    name: P0,
    flags: u32
) -> Result<HANDLE>
where P0: IntoParam<PCSTR>,