pub unsafe fn ClusWorkerCreate(
    lpworker: *mut CLUS_WORKER,
    lpstartaddress: PWORKER_START_ROUTINE,
    lpparameter: *mut c_void
) -> u32