pub unsafe extern "system" fn CreatePipe(
    hreadpipe: *mut HANDLE,
    hwritepipe: *mut HANDLE,
    lppipeattributes: *const SECURITY_ATTRIBUTES,
    nsize: u32
) -> BOOL
Expand description

Required features: "Win32_System_Pipes", "Win32_Foundation", "Win32_Security"