pub unsafe extern "system" fn CreateServiceA(
    hscmanager: SC_HANDLE,
    lpservicename: PSTR,
    lpdisplayname: PSTR,
    dwdesiredaccess: u32,
    dwservicetype: ENUM_SERVICE_TYPE,
    dwstarttype: SERVICE_START_TYPE,
    dwerrorcontrol: SERVICE_ERROR,
    lpbinarypathname: PSTR,
    lploadordergroup: PSTR,
    lpdwtagid: *mut u32,
    lpdependencies: PSTR,
    lpservicestartname: PSTR,
    lppassword: PSTR
) -> SC_HANDLE
Expand description

Required features: ‘Win32_System_Services’, ‘Win32_Foundation’, ‘Win32_Security’