pub unsafe fn DhcpV4QueryPolicyEnforcement<P0, P1>(
    serveripaddress: P0,
    fglobalpolicy: P1,
    subnetaddress: u32,
    enabled: *mut BOOL
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<BOOL>,