pub unsafe fn HcnModifyEndpoint<P0>(
    endpoint: *const c_void,
    settings: P0,
    errorrecord: Option<*mut PWSTR>
) -> Result<()>
where P0: IntoParam<PCWSTR>,