_wsplitpath

Function _wsplitpath 

Source
pub unsafe extern "C" fn _wsplitpath(
    _FullPath: *const wchar_t,
    _Drive: *mut wchar_t,
    _Dir: *mut wchar_t,
    _Filename: *mut wchar_t,
    _Ext: *mut wchar_t,
)