pub unsafe extern "system" fn ChangeServiceConfigA(
    hservice: SC_HANDLE,
    dwservicetype: ENUM_SERVICE_TYPE,
    dwstarttype: SERVICE_START_TYPE,
    dwerrorcontrol: SERVICE_ERROR,
    lpbinarypathname: PCSTR,
    lploadordergroup: PCSTR,
    lpdwtagid: *mut u32,
    lpdependencies: PCSTR,
    lpservicestartname: PCSTR,
    lppassword: PCSTR,
    lpdisplayname: PCSTR
) -> BOOL
Expand description

Required features: "Win32_Foundation", "Win32_Security"